home *** CD-ROM | disk | FTP | other *** search
- var link = new Array();
- link[1] = "http://hon.mgame.com/playground/minigame_main.php";
- link[2] = "http://www.khnp.co.kr/03_info/sub3.jsp?hc=9_2";
- link[3] = "http://kids.kwater.or.kr";
- link[4] = "http://www.ebslang.co.kr/ebs/jsp/bfz/game/BFY_Game_Main_B.jsp";
- link[5] = "http://www.uniedu.go.kr/school/game/train/new_game.jsp";
- link[6] = "http://www.moleg.go.kr/26/01/";
- link_btn.useHandCursor = false;
- this.onMouseUp = function()
- {
- if(this.hitTest(_root._xmouse,_root._ymouse,true))
- {
- if(currBanner != 0)
- {
- getURL(link[currBanner],"_blank");
- }
- }
- };
- gotoAndPlay("b" + random(7));
-